-
Re: Platform for Publishing Research Article
"Type production process" can really be anything (nearly ...) It would surely help if you post a synopsis or table of contents.2 -
Re: Help Fund The Next Stage of TypeDrawers - Updated for 2023
Ko-Fi or Patreon come to mind. I don't know the details though, like what percentage they take from donations, etc.1 -
Re: Leaving out the standard ligatures – problems?
Layout features generally don’t change the encoding of the underlying text, as far as I know. (There are some edge cases where the underlying text is lost)2 -
Re: A new graphical editor for TrueType hints
If it were possible to keep the information from which points or pairs of points in glyphs a CVT is derived, you would get the CVTs for compatible fonts (i.e. other variable font masters) "for f…1 -
Re: Programming font charset
Swift for example even allows emoji as variable names: * let π = 3.14159 * let 你好 = "你好世界" * let 🐶🐮 = "dogcow" But to add to Peter and John’s mention of strings, code commen…2